Contains Method

Summary
Determines whether the IDictionary contains an element with the specified item.
Syntax
C#
VB
C++
public bool Contains( 
   KeyValuePair<TKey, TValue> item 
) 
  
Public Function Contains( _ 
   ByVal item As KeyValuePair(Of TKey,TValue) _ 
) As Boolean 
public: 
bool Contains(  
   KeyValuePair<TKey^,TValue^> item 
)  

Parameters

item
The item to locate in the IDictionary.

Return Value

true if the IDictionary contains an item with the specified key; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.